crypto/hpke.hybridPublicKey.t (field)
6 uses
crypto/hpke (current package)
pq.go#L125: t *ecdh.PublicKey
pq.go#L187: return append(pk.pq.Bytes(), pk.t.Bytes()...)
pq.go#L195: skE, err = pk.t.Curve().GenerateKey(rand.Reader)
pq.go#L205: ssT, err = skE.ECDH(pk.t)
pq.go#L217: ss := pk.kem.sharedSecret(ssPQ, ssT, ctT, pk.t.Bytes())
pq.go#L328: t: k.t.PublicKey(),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |